@charset "utf-8";
/* CSS Document */
/* 装飾
-------------------------------------------------- */
a {
	color: #3E76A3;
}
a:visited {
	color: #384A7F;
}
a:hover {
	color: #3D75A2;
}
.icon {
	width:20px;
	vertical-align: bottom;
	margin:2px 5px;
}
.container img {
	max-width: 100%;
}
/* text */
.aly_tx_left {text-align:left;}
.aly_tx_center{text-align:center;}
.aly_tx_right{text-align:right;}
/* span */
span.day {
	display:block;
	font-weight:bold;
}
/* table */
table.table {
	margin-bottom:2rem;
}
.table th {
        vertical-align: middle;
	text-align: center;
	background-color: #0A62A9;
	color:#fff;
}
@media print {
    .table th {
        color: #000;
    }
}
.table thead th {
        vertical-align: middle;
}
/*
.table.table-borderless th {
	background-color: #fff;
	color:#333;
}
*/
.nowrap {
    white-space: nowrap !important;
}
@media (max-width:768px){
.table-responsive-sm .table th {
    white-space: nowrap;
}
.table-responsive-sm .table .w15 {
    min-width:15rem;
}
}
caption {
    caption-side: top;
}
/* list */
ul.normal {
	list-style: disc;
}
ul.normal li,
ol.normal li {
	padding:5px 0;
}
ul.nomark,
ul.nomark li,
ol.nomark,
ol.nomark li {
	list-style: none;
}
ul.nomark li,
ol.nomark li {
	padding:5px 0;
}
ul.listimg,
ol.listimg {
	padding-inline-start: 1rem;
}
ul.listimg li,
ol.listimg li {
	list-style: none;
	background-image: url(000000043.png);
	background-repeat: no-repeat;
	background-position: left 0.5rem;
	padding:5px 0;
	padding-left:1.5rem;
}
.blockquote {
	font-size:1rem;
	font-style: italic;
}
/* 色 */
.text-blue {
	color:#0A62A9;
}
.text-red {
	color:#EF0000;
}
.bg-blue {
	background-color:#0A62A9;
}
.bg-red {
	background-color: #EF0000;
}
.border {
	border-color:#666666 !important;
}
.border-red {
	border-color:#EF0000 !important;
}
.border-blue {
	border-color: #0A62A9 !important;
}
/* border-box */
div.border {
	margin-bottom:1rem;
}

/* search form */
@media (max-width:1600px){
    #seachkey {
        width:90%;
    }
}
@media (max-width:768px){
    #seachkey {
        width:60%;
    }
}
#search input {
       margin-top:10px;
}
/* ボタン
-------------------------------------------------- */
.btn-primary {
    background-color:#0A62A9;
    border-color:#0A62A9;
}
.btn-primary a {
    color:#fff !important;
}
a.btn-primary {
    color:#fff !important;
}

/* リボンボックス
-------------------- */

.ribbon_box {
	position: relative;
	box-sizing: border-box;
}

/* リボン小 */

.ribbon_small {	
	display: inline-block;
	position: absolute;
	top: -3px;
	right: 8px;
	margin: 0;
	padding: 12px 3px 10px;
	z-index: 2;
	width: 46px;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 14px;
	background: #ffa520;
}

.ribbon_small:before {
	position: absolute;
	content: '';
	top: 0;
	right: -3px;
	border: none;
	border-bottom: solid 3px #b2751b;
	border-right: solid 3px transparent;
}
.ribbon_small:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 26px solid #ffa520;
	border-right: 26px solid #ffa520;
	border-bottom: 8px solid transparent;
}

/* リボン大 */

.ribbon {
	position: absolute;
	width: 140px;
	height: 140px;
	overflow: hidden;
	top: -4px;
	right: -4px;
}
.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	background: #b71c1c;
	width: 20px;
	height: 20px;
	z-index: -1;
}

.ribbon span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 200px;
	height: 50px;
	background: #ffa520;
	color: #fff;
	font-size: 16px;
	top: 27px;
	right: -48px;
	transform: rotate(45deg);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.ribbon:before {
	top: 0;
	left: 0;
}
.ribbon:after {
	bottom: 0;
	right: 0;
}

/* レイアウト
-------------------------------------------------- */
#wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/* content
-------------------------------------------------- */
#content {
	margin-left:220px;
	position:relative;
	float:right;
	margin-top:90px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #content { float: none } /* IE11 */
}
/* grovalnavi
-------------------------------------------------- */
/* サイドナビ */
#sidebar {
	font-size: 0.8rem;
	background-color: #0A62A9;
	padding-top: 0px;
	padding-bottom: 40px;
	width: 220px;
	height: 100%;
	margin-top:90px;
	position: fixed;
	color: #033560;
	text-align: center;
	bottom: 0;
	top: 0;
	left: 0;
	z-index: 1001;
	border-right: 1px solid #ccc;
}
@media (max-height:768px) {
	#sidebar{
		overflow-y: auto !important;
	}

}
#header-menu {
	width : calc(-17px + 100vw);
	height: 90px;
	position: fixed;
	left: 0;
	top:0;
	background-color: #FFF;
	margin-bottom: 0px;
	padding: 10px;
	z-index:10000;

}

@media (max-width:1024px) {
	#header-menu {
	width:100%;
	border-bottom:1px solid #ccc;
        }
}


#logo {
	width:380px;
	z-index:10000;
}
#logo h1 {
	margin:0;
	padding: 0;
	height: 100%;
	text-align: center;
}
#logo a {
	display: table-cell;
	vertical-align: middle;
}
#logo img {
	width: 100%;
}
@media (max-width:1024px){
	#header-menu {
		height: 74px;
	}
	#logo {
		width:100%;
		height:64px;
		position: absolute;
		text-align: center;
		padding: 0px 70px;
		z-index: 10;
	}
	#logo a {
		height: auto;
		width: auto;
		display: inline-block;
		padding: 0;
	}
	#logo img {
		margin:0 auto;
		max-height: 60px;
		max-width: 280px;
		width: auto;
	}
}
@media (max-width:340px){
	#logo img {
		max-width: 230px;
	}
}
/*user-nav*/
#header-menu .user-nav {
	position: absolute;
	top: 45px;
	right:0%;
	transform: translate(0%, -50%);
	z-index:10;
	width:auto;
}
#header-menu a.nav-link{
	color:black;
	font-weight:bold;
}

#header-menu a.nav-link:hover{
	color:#007bff;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .no_topimg .user-nav { top: -32px } /* IE11 */
}

#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar .content_nav_footer {
	bottom: 40px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	padding: 10px;
}
#global-nav{
    padding-bottom:90px;
}
#global-nav .sub-menu.is-active > a:after {
    transform: rotate(-45deg);
}
#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	padding:0;
	left: 220px;
	width: 0;
	height: 100%;
	overflow: hidden;
	transition: width .2s ease-out;
	z-index: 100;
	top: 100px;
	padding-top: 10px;
	margin-top:-10px;
	padding-bottom:100px;
}
#global-nav ul.sub-menu-nav li {
	font-weight: 600;
}
#global-nav ul.sub-menu-nav li.no-link {
	padding:4px 20px;
}

#global-nav ul.sub-menu-nav li:last-child {
    padding-bottom: 100px !important;
}


#global-nav ul.sub-menu-nav li a{
	font-weight: 400;
	display: block;
	padding:4px 30px;
}
#global-nav ul.sub-menu-nav li a:hover{
	background-color: #023050;
}
#global-nav .sub-menu {
	list-style: none;
	border-bottom:1px solid #124a4e;
	text-align: left;
}
#global-nav li.sub-menu a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 600;
	position: relative;
	letter-spacing: .2em;
	font-family: "Roboto", Arial, sans-serif;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	padding:11px 10px 10px 20px;
}
#global-nav .sub-menu:hover .sub-menu-nav,
#global-nav .sub-menu.active .sub-menu-nav{
	width: 30%;
	overflow-y: auto !important;
}
#global-nav .sub-menu:hover,
#global-nav .sub-menu.active{
	border-left:5px solid #FFFF00;
	color: white;
	background-color: #458DB9;
}
#sidebar .content_nav_footer ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

#sidebar .content_nav_footer ul li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
#sidebar .content_nav_footer ul li a {
	color: rgba(0, 0, 0, 0.7);
	padding: 4px;
}
@media screen and (max-width: 1024px) {
	#sidebar {
		width: 270px;
		-moz-transform: translateX(-270px);
		-webkit-transform: translateX(-270px);
		-ms-transform: translateX(-270px);
		-o-transform: translateX(-270px);
		transform: translateX(-270px);
		margin-top:0;
	}
	ul.sub-menu-nav {
		display:none;
	}
}
@media screen and (max-width: 1024px) {
	#global-nav .sub-menu {
		padding: 0;
	}
	#global-nav li.sub-menu a {
		padding: 6px 0 5px 30px;
	}
}
@media screen and (max-width: 1024px) {
	#sidebar #global-nav {
		margin-top:2em;
	}
	#sidebar #global-nav ul {
		margin: 0 0 2em 0;
	}
	#global-nav .sub-menu {
		border-bottom: none;
		padding: 0;
	}
}
body.offcanvas {
	overflow-x: hidden;
}
body.offcanvas #sidebar {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	width: 270px;
	z-index: 100001;
	position: fixed;
}
body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle {
	top: 0;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
}

/* toggle */
.fh5co-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #333;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #333;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #333;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #333;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #333;
  background: #333;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
/* 20221020修正ここから */
.fh5co-nav-toggle.active span::before, .fh5co-nav-toggle.active span::after {
  background: #333;
}
.fh5co-nav-toggle.dark.active span::before, .fh5co-nav-toggle.dark.active span::after {
  background: #333;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #333;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #333;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle span::before, .fh5co-nav-toggle span::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark span {
  position: relative;
  color: #333;
  background: #333;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark span::before, .fh5co-nav-toggle.dark span::after {
  background: #333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle span::before {
  top: -7px;
}

.fh5co-nav-toggle span::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover span::before {
  top: -10px;
}

.fh5co-nav-toggle:hover span::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active span {
  background: transparent;
}

.fh5co-nav-toggle.active span::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active span::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
/* 20221020修正ここまで */

.fh5co-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .fh5co-nav-toggle {
		opacity: 1;
		visibility: visible;
  }
}

/* サイト内検索 */
#search {
/*	padding:30px 0; */
	padding: 0px 0 40px;
}
@media screen and (max-width: 1024px) {
	#search {
		padding:0;
		margin-bottom:10px;
	}
}

/* footer
-------------------------------------------------- */
.footer {
	margin-top:0px;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: auto;
	background-color: #CCCCCC;
	padding:30px 0;
}
.footer a{
	color: #323333;
}
.footer .content_nav_footer {
	position: absolute;
	bottom: 40px;
	font-size: 1rem;
	text-align: center;
	width: 100%;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	padding: 0 20px;
}
.footer .sns_icon {
	float:right;
}
.footer .sns_icon ul {
	margin:0;
	padding:0;
}
.footer .sns_icon ul li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

.footer .sns_icon ul li a{
	padding: 4px;
}
.footer .footer_nav {
	font-size:0.8em;
	line-height:2;
}
.footer .footer_nav li.footer_sub-menu {
	margin-bottom:30px;
	font-size:1rem;
}
.footer .footer_nav li.footer_sub-menu ul.footer_sub-menu-nav {
	list-style: none;
	padding-left:0.5rem;;
}
.footer .footer_nav li.footer_sub-menu ul.footer_sub-menu-nav li {
	font-size:0.9rem;
	font-weight:bold;
}
.footer .footer_nav li.footer_sub-menu ul.footer_sub-menu-nav li a{
	display:block;
	font-size:0.8rem;
	padding-left:1rem;
	font-weight:normal;
}
.footer .footer_nav li.footer_sub-menu ul.footer_sub-menu-nav li a:before {
	display: block;
	content: "・";
	width: 1rem;
	height: 1rem;
	position: absolute;
	left:1.5rem;
}

.footerlink {
	text-align: center;
	padding: 10px;
}
.copyright {
	text-align: center;
	padding: 10px;
}

@media screen and (max-width: 1024px) {
	.footer .footer_nav li.footer_sub-menu ul.footer_sub-menu-nav{
		padding-left:0rem;
	}
	.footer .footer_nav li.footer_sub-menu ul.footer_sub-menu-nav li a {
		padding-left:0.2rem;
	}
	.footer .footer_nav li.footer_sub-menu ul.footer_sub-menu-nav li a:before {
		left:0.4rem;
	}
}
@media screen and (max-width: 1024px) {
	.footer .sns_icon {
		float:none;
		text-align:right;
		margin-bottom:30px;
	}
	.footer_nav ul.footer_sub-menu-nav {
		display: block;
	}
	.footer .pl-5 {
		padding-left: 1rem !important;
	}
	.footer .pr-5 {
		padding-right: 1rem !important;
	}
}
/* pagetop */
/* パソコン・スマホ共通のCSS */
#PageTopBtn {
	position: fixed;
	bottom: -10px;
	right: 20px;
	z-index:10000;
}
#PageTopBtn a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0862A9;
	text-align: center;
	border-radius: 50%;
	outline: none;
}
#PageTopBtn a:hover {
	text-decoration: none; 
/*	background: #033560; */
}

@media (min-width: 769px) {
	#PageTopBtn {
	    font-size: 1rem;
	}
	#PageTopBtn a {
	    width: 60px;
	    height: 60px;
	    padding: 17px 0;
	}
}

/* スマホで表示する場合のCSS */
@media (max-width: 1024px) {
	#PageTopBtn {
	    font-size: 0.8rem;
	}
	#PageTopBtn a {
	    width: 50px;
	    height: 50px;
	    padding: 14px 0;
	    display: block;
	}
}
/* 段落
-------------------------------------------------- */
.area-block {
	padding:30px 30px;
}
.area-block .row .col {
	flex-basis:auto; 
}

/*パンくずリスト共通
-------------------------------------------------- */
@media (max-width:768px){
	.no_topimg #content .breadcrumbs{
		margin-top:0;
	}
}
#content .breadcrumbs ul {
	width:100%;
	height:51px;
	background-color:#DDDDDD;
	display: table;
	font-size: 0.8rem;
	margin:0;
	padding-bottom:16px;
}
 
#content .breadcrumbs ul li {
	list-style-type:none;
    margin: 16px 5px 0 0px;
    float: left;
}

#content .breadcrumbs ul li.active {
	color:#0A62A9;
	font-weight:bold;
}
 
#content .breadcrumbs ul li:first-child::before {
    content: "";
}
 
#content .breadcrumbs ul li::before {
	color:black;
	font-weight:normal;
    content: "/ ";
}
#content .breadcrumbs ul li a{
	color:black;
}

#content a.nav-link:hover{
	color:#007bff;

}
/*新着情報欄
-------------------------------------------------- */
li.nav-item {
	width:auto;
	text-align: center;
}
/* bootstrap 初期化 */
.nav-tabs {
    border-bottom:1px solid #c1c1c1;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border:none;
	border-bottom:4px solid #1361AB;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #333;
    background-color: #fff;
    border:none;
	border-bottom:4px solid #1361AB;
}
/* tab */
.tab-content .row {
	margin-top:60px;
	margin-bottom:30px;
}
.tab-content .row.list {
	margin-bottom:60px;
	padding:0 60px;
}

/*■■■■■■■■■■■■■■■■■■以下第二階層以下用■■■■■■■■■■■■■■■■■■
------------------------------------------------------------------------------------------- */

/* ↓ページレイアウト */
@media (min-width: 1025px) {
	.page-cover {
		display: flex;       /* フレキシブルボックスでレイアウト */
		flex-direction: row; /* 横並びにする */
		padding-bottom:30px;
	}
	/* ▼メインカラムの装飾 */
	.main-column {
		order: 1;   /* 1番目に表示 */
		width: 70%;
	}
	/* ▽サイドカラムの装飾 */
	.side-column {
		order: 2;   /* 2番目に表示 */
		width: 30%;
	}
	/* ▼1カラムの装飾 */
	.single-column {
		order: 1;   /* 1番目に表示 */
		width: 100%;
	}
}
.main-column a,
.single-column a {
	text-decoration: underline;
}
/* 画像なし タイトル */
.no_topimg .title_container{
	padding:0;
	margin-top:30px;
	margin-bottom:30px;
}
/* 画像ありタイトル */
.jumbotron .title_container{
	padding:0 5%;
}
.jumbotron .title_container h1{
	background-color: #1361AB;
	color:#fff;
	padding: 10px;
	margin-top:30px;
	margin-bottom: 30px;
	display: inline-block;
}

.jumbotron .title_container .subtitle{
	background-color: #fff;
	color:#1361AB;
	padding: 10px;
	display: inline;
}
@media (max-width:768px){
	.jumbotron .title_container .subtitle{
		display: block;
	}
	.jumbotron .title_container h1{
		font-size:1.6rem;
	}
}
.jumbotron-fluid {
	margin-bottom:0;
}
/*サイドナビ*/
#content .side-column .container{
	width:60%;
	min-width:227px;
}
@media (max-width:1024px){
	#content .side-column{
		margin-bottom:60px;
	}
	#content .side-column .container{
		width:100%;
	}
	#content .side-column .container.float-left{
		float:none !important;
	}
}
#content .side_nav h2{
	font-size:1.3rem;
	padding:15px 10px 15px 10px;
	margin:50px 0 5px 0;
	background-color:#0A62A9;
	color:#fff;
	text-align:center;
}

#content .side_nav ul li{
	border: solid 1px #CCCCCC;
	padding:5px 10px 5px 10px;
	margin:5px 0px 5px 0px;
	font-size:0.9rem;
}
#content .side_nav ul li a{
	color:#0A62A9;
	text-align: center;
}
#content .side_nav ul li.parent a{
	color:black;
	font-weight:bold;
}
#content .side_nav ul li.parent{
	background-color:#efefef;
}

.main-column .container{
	padding:0 3%;
}
@media (max-width:1200px) {
	.main-column .container{
		padding:0 15px;
	}	
}
/*メニューリスト*/
.menu-list {
	margin:3rem 0;
}
.menu-list .card {
	margin-bottom:2rem;
}

/*文字装飾*/
.no_topimg #content h1{
	font-size:1.6rem;
	font-weight: bold;
	position: relative;
	text-align: left;
	margin :3rem 0px 1rem 5px;
	padding-left:10px;
	border-left: solid 3.5px #0A62A9;
	border-radius: 2px;
}
.no_topimg #content p.subtitle {
	margin-left:15px;
}


.no_topimg #content h2 {
	font-size:1.4em;
	font-weight: bold;
	padding-bottom:8px;
	margin:2rem 0;
	border-left:none;
	border-bottom: solid 1px #aaa;
	margin-left:0;
	padding-left:0;
}
.no_topimg #content h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #0A62A9;
	bottom: -2px;
	width: 30%;
}
.no_topimg #content .side_nav h2 {
	padding:15px;
	margin:50px 0 5px 0;
}
.no_topimg #content .side_nav h2:after {
	position: absolute;
	content: " ";
	display: none;
	border-bottom:none;
}

.no_topimg #content .menu-list h3 {
	font-size:1em;
	font-weight: bold;
	text-align: center;
	padding:10px 5px;
	margin-bottom:0;
	border-bottom:none;
}
.no_topimg #content h3 {
	font-size:1.2em;
	font-weight: bold;
	margin:2rem 0;
}
.no_topimg #content h4 {
	font-size:1em;
	font-weight: bold;
	margin-bottom:2rem;
}

/*文字装飾*/
#content h2{
	font-size:1.6rem;
	font-weight: bold;
	position: relative;
	text-align: left;
	margin :3rem 0px 3rem 5px;
	padding-left:10px;
	border-left: solid 3.5px #0A62A9;
	border-radius: 2px;
}
#content h3 {
	font-size:1.4em;
	font-weight: bold;
	padding-bottom:8px;
	margin-bottom:2rem;
	border-bottom: solid 1px #AAA;
}
#content .menu-list h3 {
	font-size:1em;
	font-weight: bold;
	text-align: center;
	padding:10px 5px;
	margin-bottom:0;
	border-bottom:none;
}
#content h4 {
	font-size:1.2em;
	font-weight: bold;
	margin-bottom:2rem;
}
#content h5 {
	font-size:1em;
	font-weight: bold;
	margin-bottom:2rem;
}



.lead {
    font-size: 1rem;
    font-weight: 300;
}
/*カード類*/
#content .card{
	border:none;
	border-radius:0px;
	height:100%;

}
#content .card-body {
	padding: 0;
	background-color:#fff;
	margin-bottom:30px;
}
#content .menu-list .card-body {
	background-color:#F4F4F4;
}

#content .card-text {
	padding: 10px 0;
	font-size:0.9rem;
}

#content .card-img-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	object-fit: cover;
	height: 250px;
}
#content .banner .card-img-top {
	height: auto!important;
}


#content .card h4.card-title {
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	font-size:1em;
	font-weight:bold;
}
/*おすすめコンテンツ*/
#content .recomend .card-img-top {
	height:150px;
	object-fit: cover;
}
@media (max-width:576px) {
	#content .recomend .card-img-top {
		max-height:300px;
		height:auto;
	}
}
/* 新着一覧 */
dl.new-list {
	padding:0px 30px;
}
.new-list dt,.new-list dd {
	border-bottom: 1px solid #ccc;
	padding:20px 0px;
	margin:0;
}
.new-list dd {
	padding-left:1rem;
}
/* 年間カレンダー */
.row.calendar h4 {
	background-color: #0A62A9;
	color:#fff;
	padding:10px;
	margin-top:30px;
}
.row.calendar strong {
	text-align:center;
	padding:10px;
	display:block;
	margin-bottom:1rem;
	border-bottom:3px solid #ccc;
}
.row.calendar dl {
	padding:0 10px;
}
/* 図書館カレンダー */
.row.library_calendar dt{
	float: left;
	width:15%;
}
.row.library_calendar dd{
	float: left;
	width:35%;
}
.row.library_calendar .kyukan {
	color:#EF0000;
	font-weight:bold;
}
@media screen and (max-width: 1300px) and (min-width: 1025px) {
.row.library_calendar dt{
	float: left;
	width:3rem;
}
.row.library_calendar dd{
	float: none;
	margin-left:1rem;
	width:auto;
}
}
/* オープンカレッジ */
td.end{
	background-color:#FFC;
}
table.open-list td {
	vertical-align:middle;
	font-size:0.8rem;
}
	table.opc th {
		width:7rem;
	}
@media (max-width: 575.98px) {
	table.open-list {
		min-width: 575.98px;
	}
	table.opc th {
		width:auto !important;
	}
}

/* 教員・研究者一覧 */
#courseSinagawa {
	border: 1px solid #ccc;
	border-top:solid 3px #81B21A;
	background-color:#fff;
	margin:20px 6px;
	position:relative;
	z-index:2;
	padding:10px;
	overflow:hidden;
}
#courseArakawa {
	border: 1px solid #ccc;
	margin:6px;
	border-top:solid 3px #00A8E3;
	background-color:#fff;
	position:relative;
	z-index:2;
	padding:10px;
	overflow:hidden;
}
#courseSinagawa ul {
	margin-left:-10px;
	clear:both;
}
#courseSinagawa ul li {
	float:left;
	list-style:none;
	margin:10px 0 10px 20px;
}
#courseArakawa ul {
	margin-left:-10px;
	clear:both;
}
#courseArakawa ul li {
	float:left;
	list-style:none;
	margin:10px 10px 10px 20px;
}
#courseSinagawa h3,
#courseArakawa h3 {
	font-size: 1rem;
	border-bottom: none;
	margin-bottom:0;
}
#seeds {
	margin:6px;
	padding:10 0px;
	overflow:hidden;
}
#seeds h3.seeds_box {
	font-size:1rem;
	border-bottom: none;
	border: 1px solid #ccc;
	background-image:url(000000041.gif) ;
	background-position:10% 50%;
	background-repeat:no-repeat;
	background-color:#fff;
	width:180px;
	float:left;
	margin:9px;
	padding:20px 0 20px 40px;
	position:relative;
	z-index:2;
}
#name ul {
	list-style:none;
	margin:6px;
	padding:0;
}
#name ul li {
	font-size:100%;
	font-weight:bold;
	border: 1px solid #ccc;
	background-image:url(000000041.gif) ;
	background-position:10% 50%;
	background-repeat:no-repeat;
	background-color:#fff;
	width:90px;
	float:left;
	margin:9px;
	padding:20px 0 20px 40px;
	position:relative;
	z-index:2;
}
@media (max-width:480px){
	#seeds h3.seeds_box {
		margin:20px auto;
		float: none;
	}
	#name ul li {
		width: 40%;
		margin:20px 5%;
	}
}
/* 教員一覧 */
.teacher .main-column .container {
	padding:0 3%;
}

table.teacher-list {
	font-size:0.8rem;
}
@media (max-width: 1180px) and (min-width: 1025px) {
	.table-responsive.teacher-wrap {
		/* width:500px; */
	}
}
table.teacher-list .icon {
	margin:2px auto;
	display:block;
}
table.teacher-list th {
	/* white-space: nowrap; */
	padding:0.1rem;
}
table.teacher-list td {
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	padding:10px 5px;
}
table.teacher-list th.position{
	width:4rem;
}
table.teacher-list th.degree{
	width:6rem;
}
table.teacher-list th.teacher-name{
	width:6rem;
}
table.teacher-list th.seeds{
	width:4rem;
}
table.teacher-list th.torikumi{
	width:5rem;
}
table.teacher-list th.kadai{
	width:5rem;
}
table.teacher-list th.hp{
	width:2rem;
}
table.teacher-list th.campas{
	width:4rem;
}
table.teacher-list td.degree{
	white-space: normal;
}
table.teacher-list td.teacher-name{
	white-space: normal;
}
table.teacher-list td.position{
	white-space: normal;
}
table.teacher-list td.seeds,
table.teacher-list td.torikumi,
table.teacher-list td.kadai{
	white-space: normal;
}
table.teacher-list td.hp{
	white-space: normal;
}


@media only screen and (max-width: 1024px) {
table.teacher-list th,
table.teacher-list td.degree,
table.teacher-list td.teacher-name,
table.teacher-list td.position,
table.teacher-list td.seeds,
table.teacher-list td.torikumi,
table.teacher-list td.kadai,
table.teacher-list td.hp{
	white-space: nowrap;
    }
}



/* クラブ活動の紹介一覧タブ */
.nav-tabs.club-tab {
  margin-top: 50px;
  padding-bottom: 17px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
ul.nav-tabs.club-tab li.nav-item {
  width: calc(100%/3);
  height: 50px;
  /* border-bottom: 3px solid #5ab4bd; */
  /* background-color: #d9d9d9; */
  line-height: 50px;
  text-align: center;
  color: #565656;
  display: block;
  /* float: left; */
  /* text-align: center; */
  font-weight: bold;
  transition: all 0.2s ease;
}
/*選択されているタブのスタイルを変える*/
.nav-tabs.club-tab .active {
  background-color: #f1f1f1;
}
/*.nav-tabs.club-tab {                */
/*	border-bottom: 1px solid #c1c1c1; */
/*	margin-bottom: 2rem;              */
/*}                                   */
/*ul.nav-tabs.club-tab li.nav-item {  */
/*	width: 33.3%;                     */
/*}*/

#content ul.nav-tabs.club-tab li.nav-item a.nav-link {
	text-decoration:none;
}
/* 利用者別メニュー */
ul.reco_list {
	list-style:none;
	padding-inline-start: 1rem;
}
ul.reco_list li {
	float:left;
	width:260px;
	margin:0 1rem 1rem 0;
	padding:1rem 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.reco_txt {
	min-height:68px;
	position:relative;
}
.reco_img {
	margin-right:1rem;
	width:68px;
	height:68px;
}
.reco_txt a {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

/* snsボタン */
.sns-btn {
	text-align:right;
}
.sns-btn div {
	margin:0;
}
.fb_iframe_widget {
	display:flex !important;
}
/*■■■■■■■■■■■■■■■■■■以下トップページ用■■■■■■■■■■■■■■■■■■
------------------------------------------------------------------------------------------- */
/*トップページ メインビジュアル*/
#top-slide {
    margin-bottom:30px;
}
@media (max-width: 1024px) {
#top-slide {
    margin-bottom:0px;
}
}
.index #content .carousel-indicators {
    bottom: -55px;
}
.index #content .carousel-indicators li {
    border-radius: 50%;
    margin: 1px 3px;
    height: 10px;
    max-width: 10px;
    background-color: #666;
    text-indent: -9999px;
}
/*ボタン*/
.index #content .btn-primary {
    color: #fff;
    background-color: #0a62a9;
    border-color: #0a62a9;
}
.index #content .btn-lg{
    padding: 1rem 2rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.3rem;
}
/*トップページ産業技術高専の特徴リスト*/
.index #content .about img{
	width:100%;
}

.index #content ul.top-about-list{
  margin-left:16px;
}
.index #content ul.top-about-list li{
	list-style-image:url(000000052.png);
	font-size:1.5em;
	font-weight:bold;
	position: relative;
	margin:30px 0;
}
.index #content ul.top-about-list .inner{
	position: absolute;
	top: 30%;
	transform: translateY(-35%);
}
/*トップページ カード類*/
/* 新着情報欄のカード類 */
.tab-content .card {
	height:auto !important;
}
.tab-content .card-img-top {
	height:200px;
	object-fit: cover;
}
@media (max-width:576px) {
	.tab-content .card-img-top {
		max-height:300px;
		height:auto;
	}
}

/*コース紹介のカード類*/
.index #content .course .row{
	margin-bottom:60px;
}
.index #content .course .col,
.index #content .katsuyaku .col{
	margin-bottom:20px;
	flex-basis: auto;
}
.index #content .course .card {
	background-image:url(000000029.png);      /* 画像のURLを指定       */
	background-repeat:  no-repeat;                /* 画像の繰り返しを指定  */
	padding-bottom:38px;
	background-position:bottom right;
}
.index #content .course .card-body {
	padding: 0;
	width:auto;                                  /* 横幅のサイズを指定    */
	height:auto;
	background-position:right bottom;
	margin-bottom:0;
}

.index #content .course .card{
  border: solid 1px #AAA;
}


.index #content .course .card h4.card-title{
	font-size:1em;
	font-weight:bold;
	text-align:center;
	padding:30px 10px 0 10px;
}
.index #content .course .card hr {
	height: 1.5px;
	background-color: #AAA;
	width: 80%;
	border: none;
}
.index #content .course .card p.card-text{
	font-size:0.8em;
	text-align:left;
	padding:0 10%;
}
.index #content .course .card-img-top {
	height:150px;
	object-fit: cover;
}
@media (max-width:576px) {
	.index #content .course .card-img-top {
		max-height:250px;
		height:auto;
	}
}
/*本学生の活躍のカード類*/
.index #content .katsuyaku .row{
	margin-bottom:60px;
}
.index #content .katsuyaku .card-body {
 	padding: 0;
	margin-bottom: 0;
}

.index #content .katsuyaku .card{
	border: solid 1px #AAA;
}

.index #content .katsuyaku .card h4.card-title{
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	padding:30px 10% 0 10%;
}

.index #content .katsuyaku .card p.card-text{
	font-size:0.8em;
	text-align:left;
	padding:30px 10% 30px 10%;
}
.index #content .katsuyaku .card-img-top {
	height:150px;
	object-fit: cover;
}
@media (max-width:576px) {
	.index #content .katsuyaku .card-img-top {
		max-height:300px;
		height:auto;
	}
}

/*インタビューのカード類*/
.index #content .interview .row{
	margin-bottom:0px;
}
.index #content .interview .card-body {
 	padding: 0;
}

.index #content .interview .card p.card-text{
	font-size:0.8em;
	text-align:left;
	padding:10px 0 30px 0;
}

#content .int_text {
	font-size:0.7em !important;
	text-align:center !important;
}
#content .int_text .name{
	font-size:1.5em !important;
	line-height:2.5;
}
#content  .main-column a .int_text {
	color:#333;
	text-decoration:none;
}
#content .main-column a .int_text .name  {
	color:#3E76A3;
	text-decoration:underline;
}

/* 新着情報欄のカード類 */
.index #content .interview .card-img-top {
	height:412px;
	object-fit: cover;
}
@media (max-width:576px) {
	.index #content .interview .card-img-top {
		max-height:600px;
		height:auto;
	}
}

/*学校紹介のカード類*/
.index #content .access .row{
	margin-bottom:30px;
}
.index #content .access .card-body {
 	padding: 0;

}

.index #content .access .card h4.card-title{
	font-size:1em;
	font-weight:bold;
	text-align:left;
	padding:20px 5% 0 5%;
}
.index #content .access .card hr {
	height: 1.5px;
	background-color: #AAA;
	width: 80%;
	border: none;
}
.index #content .access .card p.card-text{
	font-size:0.8em;
	text-align:left;
	padding:0 5% 30px 5%;
}
/*バナーのカード類*/
.index #content .banner .row{
	margin-left:50px;
	margin-right:50px;
}
.index #content .banner .card-body {
 	padding: 0px;
}
.index .area-block.banner .row .card{
    display:block;
}

/*文字装飾
-------------------------------------------------- */
.index #content h2{
	font-size:1.5em;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin:0;
	padding:0;
	margin-top:15px;
	margin-bottom: 2.5em;
	border:none;
}
.index #content h2:before {
	content: '';
	position: absolute;
	text-align:center;
	left: 50%;
	bottom: -17px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 4px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0A62A9;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
.index #content h3 {
	font-size:1.2em;
	font-weight: bold;
	padding-bottom:8px;
	margin-bottom:20px;
	border-bottom: solid 1px #AAA;
}
/* レスポンシブ
-------------------------------------------------- */
.sp_only {
	display: none;
}

@media (max-width: 1024px) {
	img {
		height: auto;
	}
	.container img {
		max-width: 100%;
	}
	.pc_only {
		display: none !important;
	}
	.sp_only {
		display: inherit !important;
	}
	#content {
		width:100%;
		margin:74px 0 0 0;
	}
	.area-block {
		padding:60px 0;
	}
	/* トップページ */
	li.nav-item {
		width:auto;
/*		border:1px solid #ccc;*/
		border:none;
		font-size:0.9rem;
	}
	.nav-tabs {
    		border-bottom:none;
	}
	.tab-content .row.list {
		margin-bottom: 60px;
		padding: 0;
	}
	.about div.col {
		padding:0;
	}
	.about div.col p{
		padding:10px;
	}
	.index #content ul.top-about-list li {
		margin: 30px 10px;
	}
	#content .about .col{
		flex-basis:auto;
	}
	.sp_fl_no {
		float: none !important;
	}
}

#carouselButtons .btn-light {
	background-color: #efefef;
}

#carouselButtons {
	margin-left:10px;
	margin-top:10px;
}
@media (min-width:1024px) {
	#carouselButtons {
		margin-top:-66px;
		position: absolute;
		z-index:10;
	}
}
#carouselButtons .btn-sm {
	line-height: 1;
}

.joshi {
padding: 0.5em 1em;
margin: 2em 0;
background: #f0f7ff;
border: dashed 2px #5b8bd0;
box-shadow: 0px 0px 0px 20px #f0f7ff;
}


@media print{
    iframe{
     visibility: hidden;
    }
    iframe::after{
     content:""
    }
    #content  {
      float:none;
      margin:0;
    }
    .main-column {
       width:100%;
    }
    .page-cover {
       display:block;
    }
    .usernavi_inc {
    	display:none;
    }
    #PageTopBtn {
        clear:both;
    }
    #header-menu {
        position:relative;
    }
    #sidebar{
    	display:none;
    }
    .side-column{
    	display:none;
    }
   .footer{
            display:none;
    }
}

#site-translate-header-wrapper {
position: static;
}
#wrap #global-nav .sub-menu.jp {
	display:none;
}
#site-translate-header-wrapper ~ #wrap #global-nav .sub-menu.jp {
	display:block;
}
#site-translate-header-wrapper ~ #wrap #global-nav .sub-menu.eng {
	display:none;
}




/* 図書館ブクログ */
.booklog div div:nth-of-type(1) {
  float: left;
}
.booklog div:nth-of-type(1) {
  float: right;
  margin-right: 21%;
}
.booklog div:nth-of-type(2) {
  float: none;
  margin-left: 14%;
}
@media only screen and (max-width: 1700px) {
  .booklog div:nth-of-type(1) {
    float: right;
    margin-right: 16%;
  }
  .booklog div:nth-of-type(2) {
    float: none;
    margin-left: 16%;
  }
}
@media only screen and (max-width: 1470px) {
  .booklog div:nth-of-type(1) {
    float: right;
    margin-right: 13%;
  }
  .booklog div:nth-of-type(2) {
    float: none;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1200px) {
  .booklog div:nth-of-type(1) {
    float: right;
    margin-right: 10%;
  }
  .booklog div:nth-of-type(2) {
    float: none;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1025px) {
  .booklog div:nth-of-type(1) {
    float: right;
    margin-right: 14%;
  }
  .booklog div:nth-of-type(2) {
    float: none;
    margin-left: 9%;
  }
}
@media only screen and (max-width: 500px) {
  .booklog div:nth-of-type(1) {
    float: right;
    margin-right: 4%;
  }
  .booklog div:nth-of-type(2) {
    float: none;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 380px) {
  .booklog div:nth-of-type(1) {
    float: right;
    margin-right: 0%;
  }
  .booklog div:nth-of-type(2) {
    float: none;
    margin-left: 0%;
  }
}
/* CARD */
.menu-list div.card a {
    display:block
}


/* 印刷時のサイドメニュー等削除 */
@media print{
    #sidebar{
    	display:none;
    }
    .side-column{
    	display:none;
    }
   .footer{
            display:none;
}
}



/* 202106 */
.course_wrap {
  display: flex;
}
.campus_wrap {
  flex-basis: 50%;
}
.campus_wrap:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .course_wrap {
    display: block;
  }
  .campus_wrap:first-child {
    margin-right: 0;
  }
}



.card-thum {
  height: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 1700px) {
  .card-thum {
    height: 150px;
  }
}
@media only screen and (max-width: 1470px) {
  .card-thum {
    height: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .card-thum {
    height: 125px;
  }
}
@media only screen and (max-width: 1025px) {
  .card-thum {
    height: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .card-thum {
    height: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .card-thum {
    height: auto;
  }
}
@media only screen and (max-width: 380px) {
  .card-thum {
    height: auto;
  }
}